home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1998 August: Tool Chest
/
Dev.CD Aug 98 TC.toast
/
Sample Code
/
Snippets
/
Sound
/
Speech Recognition sample
/
_headers
/
Speaking.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-11-15
|
350 b
|
19 lines
|
[
TEXT/CWIE
]
#ifndef __SPEAKING__
#define __SPEAKING__
#include <Speech.h>
#ifndef __SPEAKINGERRORS__
#include "Speaking_Errors.h"
#endif
#ifndef __STRUCT__
#include "Struct.h"
#endif
OSErr GetNewSpeechChan (const SpeechChannel * const theSpeechChan);
OSErr SetRefCon (const SpeechChannel theSpeechChan,
const unsigned long theRefCon);
#endif